func runtime.chunkBase
10 uses
runtime (current package)
mgcscavenge.go#L763: addr := chunkBase(ci) + uintptr(base)*pageSize
mgcscavenge.go#L1113: newSearchAddr := chunkBase(i) + pallocChunkBytes - pageSize
mgcscavenge.go#L1167: addr := chunkBase(ci) + uintptr(page+npages-1)*pageSize
mpagealloc.go#L111: func chunkBase(ci chunkIdx) uintptr {
mpagealloc.go#L854: addr := chunkBase(ci) + uintptr(j)*pageSize
mpagealloc.go#L858: searchAddr := chunkBase(ci) + uintptr(searchIdx)*pageSize
mpagealloc.go#L859: foundFree(offAddr{searchAddr}, chunkBase(ci+1)-searchAddr)
mpagealloc.go#L897: addr = chunkBase(i) + uintptr(j)*pageSize
mpagealloc.go#L898: searchAddr = offAddr{chunkBase(i) + uintptr(searchIdx)*pageSize}
mpagecache.go#L138: base: chunkBase(ci) + alignDown(uintptr(j), 64)*pageSize,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |